#!/bin/sh

APPDIR=$(dirname "$0")
java  -Djava.library.path="$APPDIR" -cp "$APPDIR/lib/Button_und_Ampel.jar:$APPDIR/lib/core.jar" Button_und_Ampel
